home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / SuperViewLibrary / SQ-Operators / SQBentley.doc < prev    next >
Text File  |  1999-03-29  |  2KB  |  71 lines

  1.  
  2.   SQBentley.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.5
  9.   Release Date : 11.01.1998
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQBentley.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This module takes a graphics buffer and then applies an effect that makes
  23.   the image look ghostly.
  24.  
  25.     ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  26.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  27.   apply this operator quite successfully.
  28.  
  29.   ControlPad-Switches
  30.   ~~~~~~~~~~~~~~~~~~~
  31.   ControlPad-Name     : "ENV:superview-library/SQBentley.controlpad"
  32.   ControlPad-Commands :   ; The following controlpads allow you to apply
  33.                           ; this operator to a rectangular region of the
  34.                           ; image.
  35.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  36.                           ; area of image to work on
  37.                         - LEFTEDGE=<Value>
  38.                           ; crop from x position
  39.                           ; (will be adjusted, if >= source width)
  40.                         - TOPEDGE=<Value>
  41.                           ; crop from y position
  42.                           ; (will be adjusted, if >= source height)
  43.                         - WIDTH=<Value>
  44.                           ; crop how many x pixels from leftedge
  45.                           ; (will be adjusted, if too large)
  46.                         - HEIGHT=<Value>
  47.                           ; crop how many y pixels from topedge
  48.                           ; (will be adjusted, if too large)
  49.  
  50.   Author
  51.   ~~~~~~
  52.   Steve Quartly
  53.   1280 Stevens St
  54.   MUNDARING
  55.   Western Australia        steveq@mafeking.scouts.org.au
  56.  
  57.   History
  58.   ~~~~~~~
  59.   V1.0 (01.09.1995) :
  60.  
  61.    - first public release
  62.  
  63.   V3.1 (1.1.1996)   :
  64.  
  65.    - added progress indicator support
  66.  
  67.     V3.5 (11.01.98)   :
  68.  
  69.      - updated to support semaphores
  70.      - fix bug with REGION control pad
  71.